home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / sharutil.2 / sharutil / sharutils-4.2 / acconfig.h < prev    next >
Encoding:
Text File  |  1995-09-22  |  1.1 KB  |  37 lines

  1. /* Special definitions for sharutils, processed by autoheader.
  2.    Copyright (C) 1994 Free Software Foundation, Inc.
  3.    Franτois Pinard <pinard@iro.umontreal.ca>, 1994.
  4.    Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
  5. */
  6.  
  7. /* Define if the current hostname may be found in /etc/systemid.  */
  8. #undef HAVE_ETC_SYSTEMID
  9.  
  10. /* Define to the name of the distribution.  */
  11. #undef PACKAGE
  12.  
  13. /* Define to 1 if ANSI function prototypes are usable.  */
  14. #undef PROTOTYPES
  15.  
  16. /* Define to the version of the distribution.  */
  17. #undef VERSION
  18.  
  19. /* Define to 1 for better use of the debugging malloc library.  See
  20.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  21. #undef WITH_DMALLOC
  22.  
  23. /* Define if your locale.h file contains LC_MESSAGES.  */
  24. #undef HAVE_LC_MESSAGES
  25.  
  26. /* Define to 1 if NLS is requested.  */
  27. #undef ENABLE_NLS
  28.  
  29. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  30. #undef HAVE_CATGETS
  31.  
  32. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  33. #undef HAVE_GETTEXT
  34.  
  35. /* Define as 1 if you have the stpcpy function.  */
  36. #undef HAVE_STPCPY
  37.